home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Stack Ideas / background_25583.txt < prev    next >
Encoding:
Text File  |  1988-11-07  |  2.6 KB  |  132 lines

  1. -- background: 25583 from stack: in
  2. -- bmap block id: 18712
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=128 top=72 right=128 bottom=237
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 24
  21. -- style flags: 8192
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 5 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=213 top=293 right=318 bottom=240
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 1014 / 1014
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Prev
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   visual effect wipe right
  41.   go to previous card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 6 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=273 top=293 right=318 bottom=300
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 1013 / 1013
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Next
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect wipe left
  61.   go to next card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 9 (field)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=46 top=147 right=293 bottom=225
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 3
  74. -- text size: 14
  75. -- style flags: 0
  76. -- line height: 18
  77. -- part name: 
  78.  
  79.  
  80. -- part 10 (field)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=286 top=75 right=293 bottom=470
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 3
  88. -- text size: 14
  89. -- style flags: 0
  90. -- line height: 18
  91. -- part name: 
  92.  
  93.  
  94. -- part 11 (button)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=448 top=26 right=55 bottom=480
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 21700 / 21700
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Home
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect iris open
  109.   go Home
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 12 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=446 top=293 right=321 bottom=483
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 1012 / 1012
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Return
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   visual effect iris close
  129.   pop card
  130. end mouseUp
  131.  
  132.